The following code can be used to get the current version number of CRPE.DLL and the Report Engine using PEGetVersion:
short versionRequested, currentVersion;
versionRequested = PE_GV_DLL;
currentVersion = PEGetVersion(versionRequested);
if (currentVersion < 0){
// Handle error
}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |